DataBindings Property (C1ChartCore<Tseries,TAnimation,TBinding>)
Gets a collection of C1ChartBinding objects that define the relationship between a data item and the chart series it is binding to.
public System.Collections.Generic.List<TBinding> DataBindings {get;}
'Declaration
Public ReadOnly Property DataBindings As System.Collections.Generic.List(Of TBinding)